Decompiling Survivalcraft¶
Decompiling Survivalcraft is a relatively simple process. This process involves obtaining the game from official sources and using .NET disassembly tools to yield a .NET solution. After patching any missing or platform specific code, the solution can be compiled successfully and any modifications can be made.
Selecting a version to decompile¶
The version that you choose to decompile might depends on the operating system that you would like to run the game on. The Microsoft store version of the game uses the DirectX xxx(?) graphics backend while the Android release of the game uses the OpenGL (version?) graphics backend.
Install ILSpy¶
Install ILSpy only from the official Github repo.
Extract the game files¶
Microsoft Store¶
Official game links for Microsoft Store
- Extract the app package. Change the file extension to
.zipif necessary.